From 9c12b43de39e566d25aafa4f6743cea59809ae72 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 24 May 2007 13:57:52 +0000 Subject: [PATCH] Two google breakages in one day. They must be busy. This is one that wouldn't have been detected by my script, because it only affected the reading of turn names. --- google.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/google.c b/google.c index 0fe9e260b..ce40a7dd3 100644 --- a/google.c +++ b/google.c @@ -406,7 +406,15 @@ google_read(void) } if ( end ) { strcpy(end,"/table>"); - + } + if ( !end ) { + end = strstr( panel, "/div>
"); + } + } + + if ( end ) { char *to = panel; char *from = panel; while ( *from ) { -- 2.30.2